2025-07-13 00:51:38,504 [ 251275 ] INFO : ClickHouse root is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse (runner:53, check_args_and_update_paths) 2025-07-13 00:51:38,505 [ 251275 ] INFO : Cases dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:79, check_args_and_update_paths) 2025-07-13 00:51:38,505 [ 251275 ] INFO : utils dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/utils (runner:90, check_args_and_update_paths) 2025-07-13 00:51:38,505 [ 251275 ] INFO : base_configs_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/programs/server, binary: /home/ubuntu/_work/_temp/test/build/clickhouse, cases_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:92, check_args_and_update_paths) clickhouse_integration_tests_volume Running pytest container as: 'docker run --rm --name clickhouse_integration_tests_bjzfb7 --privileged --dns-search='.' --memory=30709030912 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=5dc43a6382f0 -e DOCKER_BASE_TAG=5ccda723c1fc -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=d862517635bf -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS="--dist=loadfile -n 10 -rfEps --run-id=1 --color=no --durations=0 --report-log=parallel0_1.jsonl --report-log-exclude-logs-on-passed-tests test_database_delta/test.py::test_complex_table_schema test_database_delta/test.py::test_embedded_database_and_tables test_database_delta/test.py::test_multiple_schemes_tables -vvv " altinityinfra/integration-tests-runner:ad96270260ff '. Start tests ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-7.4.4, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache Test order randomisation NOT enabled. Enable with --random-order or --random-order-bucket= rootdir: /ClickHouse/tests/integration configfile: pytest.ini plugins: timeout-2.3.1, repeat-0.9.3, order-1.0.0, reportlog-0.4.0, xdist-3.5.0, random-order-1.1.1 timeout: 900.0s timeout method: signal timeout func_only: False created: 10/10 workers 10 workers [3 items] scheduling tests via LoadFileScheduling test_database_delta/test.py::test_complex_table_schema [gw1] [ 33%] ERROR test_database_delta/test.py::test_complex_table_schema test_database_delta/test.py::test_embedded_database_and_tables [gw1] [ 66%] ERROR test_database_delta/test.py::test_embedded_database_and_tables test_database_delta/test.py::test_multiple_schemes_tables [gw1] [100%] ERROR test_database_delta/test.py::test_multiple_schemes_tables ==================================== ERRORS ==================================== _________________ ERROR at setup of test_complex_table_schema __________________ [gw1] linux -- Python 3.10.12 /usr/bin/python3 @pytest.fixture(scope="module") def started_cluster(): try: cluster = ClickHouseCluster(__file__) cluster.add_instance( "node1", main_configs=[], user_configs=[], image="clickhouse/integration-test-with-unity-catalog", with_installed_binary=False, tag=os.environ.get("DOCKER_BASE_WITH_UNITY_CATALOG_TAG", "latest") ) logging.info("Starting cluster...") > cluster.start() test_database_delta/test.py:43: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ helpers/cluster.py:2713: in start retry(log_function=logging_pulling_images)(run_and_check, images_pull_cmd) helpers/retry_decorator.py:20: in inner func(*args, **kwargs) helpers/cluster.py:132: in run_and_check res = subprocess.run( /usr/lib/python3.10/subprocess.py:505: in run stdout, stderr = process.communicate(input, timeout=timeout) /usr/lib/python3.10/subprocess.py:1154: in communicate stdout, stderr = self._communicate(input, endtime, timeout) /usr/lib/python3.10/subprocess.py:2021: in _communicate ready = selector.select(timeout) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , timeout = 15915 def select(self, timeout=None): # This is shared between poll() and epoll(). # epoll() has a different signature and handling of timeout parameter. if timeout is None: timeout = None elif timeout <= 0: timeout = 0 else: # poll() has a resolution of 1 millisecond, round away from # zero to wait *at least* timeout seconds. timeout = math.ceil(timeout * 1e3) ready = [] try: > fd_event_list = self._selector.poll(timeout) E Failed: Timeout >900.0s /usr/lib/python3.10/selectors.py:416: Failed ---------------------------- Captured stdout setup ----------------------------- Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml ~~~~~~~~~~~~~~~~~~~~~ Stack of (140666771461696) ~~~~~~~~~~~~~~~~~~~~~ File "/usr/local/lib/python3.10/dist-packages/execnet/gateway_base.py", line 411, in _perform_spawn reply.run() File "/usr/local/lib/python3.10/dist-packages/execnet/gateway_base.py", line 341, in run self._result = func(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/execnet/gateway_base.py", line 1160, in _thread_receiver msg = Message.from_io(io) File "/usr/local/lib/python3.10/dist-packages/execnet/gateway_base.py", line 567, in from_io header = io.read(9) # type 1, channel 4, payload 4 File "/usr/local/lib/python3.10/dist-packages/execnet/gateway_base.py", line 534, in read data = self._read(numbytes - len(buf)) ------------------------------ Captured log setup ------------------------------ 2025-07-13 00:51:44 [ 646 ] DEBUG : Command:[docker ps | wc -l] (cluster.py:121, run_and_check) 2025-07-13 00:51:44 [ 646 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2025-07-13 00:51:44 [ 646 ] DEBUG : No running containers (conftest.py:95, cleanup_environment) 2025-07-13 00:51:44 [ 646 ] DEBUG : Pruning Docker networks (conftest.py:97, cleanup_environment) 2025-07-13 00:51:44 [ 646 ] DEBUG : Command:[docker network prune --force] (cluster.py:121, run_and_check) 2025-07-13 00:51:44 [ 646 ] DEBUG : Command:[sysctl net.ipv4.ip_local_port_range='55000 65535'] (cluster.py:121, run_and_check) 2025-07-13 00:51:44 [ 646 ] DEBUG : Stdout:net.ipv4.ip_local_port_range = 55000 65535 (cluster.py:145, run_and_check) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV DOCKER_KERBEROS_KDC_TAG 9391ecdee8d7 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV CLICKHOUSE_TESTS_SERVER_BIN_PATH /clickhouse (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV MSAN_OPTIONS abort_on_error=1 poison_in_dtor=1 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV JAVA_TOOL_OPTIONS -Djdk.attach.allowAttachSelf=true (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV TSAN_OPTIONS halt_on_error=1 abort_on_error=1 history_size=7 memory_limit_mb=46080 second_deadlock_stack=1 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV HOSTNAME 7732fba74e53 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV SHLVL 0 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV HOME /root (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV OLDPWD / (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV DOCKER_HELPER_TAG 5dc43a6382f0 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV PYTHONUNBUFFERED 1 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV DOCKER_PYTHON_BOTTLE_TAG d862517635bf (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV UBSAN_OPTIONS print_stacktrace=1 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV PYTEST_ADDOPTS --dist=loadfile -n 10 -rfEps --run-id=1 --color=no --durations=0 --report-log=parallel0_1.jsonl --report-log-exclude-logs-on-passed-tests test_database_delta/test.py::test_complex_table_schema test_database_delta/test.py::test_embedded_database_and_tables test_database_delta/test.py::test_multiple_schemes_tables -vvv (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV COMPOSE_HTTP_TIMEOUT 600 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV DOCKER_MYSQL_PHP_CLIENT_TAG 88be89c1e3b6 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV DOCKER_DOTNET_CLIENT_TAG 11de0b29a15d (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV CLICKHOUSE_TESTS_CLIENT_BIN_PATH /clickhouse (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV DOCKER_MYSQL_JS_CLIENT_TAG 41ba7c2ec2a1 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV PATH /spark-3.3.2-bin-hadoop3/bin:/opt/gdb/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV DOCKER_KERBERIZED_HADOOP_TAG latest (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV DOCKER_CHANNEL stable (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV DOCKER_CLIENT_TIMEOUT 300 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV DOCKER_POSTGRESQL_JAVA_CLIENT_TAG a4eff5c7f4d6 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV DOCKER_NGINX_DAV_TAG b55ac9cd7519 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV DOCKER_MYSQL_GOLANG_CLIENT_TAG 9bec2a638e6e (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV PWD /ClickHouse/tests/integration (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV DOCKER_MYSQL_JAVA_CLIENT_TAG 766bff31cfe4 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV CLICKHOUSE_TESTS_BASE_CONFIG_DIR /clickhouse-config (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV TZ Etc/UTC (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV JAVA_PATH /usr/lib/jvm/java-11-openjdk-amd64/bin/java (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV DOCKER_BASE_TAG 5ccda723c1fc (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV SPARK_HOME /spark-3.3.2-bin-hadoop3 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV LC_CTYPE C.UTF-8 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV INTEGRATION_TESTS_RUN_ID 1 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV WORKER_FREE_PORTS 30050 30051 30052 30053 30054 30055 30056 30057 30058 30059 30060 30061 30062 30063 30064 30065 30066 30067 30068 30069 30070 30071 30072 30073 30074 30075 30076 30077 30078 30079 30080 30081 30082 30083 30084 30085 30086 30087 30088 30089 30090 30091 30092 30093 30094 30095 30096 30097 30098 30099 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV PYTEST_XDIST_TESTRUNUID 791d725e74984fe7a2a3a64bfd6ef66f (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV PYTEST_XDIST_WORKER gw1 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV PYTEST_XDIST_WORKER_COUNT 10 (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : ENV PYTEST_CURRENT_TEST test_database_delta/test.py::test_complex_table_schema (setup) (cluster.py:419, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : CLUSTER INIT base_config_dir:/clickhouse-config (cluster.py:719, __init__) 2025-07-13 00:51:44 [ 646 ] DEBUG : clickhouse_start_command: clickhouse server --config-file=/etc/clickhouse-server/{main_config_file} --log-file=/var/log/clickhouse-server/clickhouse-server.log --errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log (cluster.py:1656, add_instance) 2025-07-13 00:51:44 [ 646 ] DEBUG : Cluster name: project_name:roottestdatabasedelta-gw1. Added instance name:node1 tag:latest base_cmd:['docker', 'compose', '--env-file', '/ClickHouse/tests/integration/test_database_delta/_instances-1-gw1/.env', '--project-name', 'roottestdatabasedelta-gw1', '--file', '/ClickHouse/tests/integration/test_database_delta/_instances-1-gw1/node1/docker-compose.yml'] docker_compose_yml_dir:/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/ (cluster.py:1942, add_instance) 2025-07-13 00:51:44 [ 646 ] INFO : Starting cluster... (test.py:42, started_cluster) 2025-07-13 00:51:44 [ 646 ] INFO : Running tests in /ClickHouse/tests/integration/test_database_delta/test.py (cluster.py:2672, start) 2025-07-13 00:51:44 [ 646 ] DEBUG : Cluster start called. is_up=False (cluster.py:2679, start) 2025-07-13 00:51:44 [ 646 ] DEBUG : Docker networks for project roottestdatabasedelta-gw1 are NETWORK ID NAME DRIVER SCOPE (cluster.py:825, print_all_docker_pieces) 2025-07-13 00:51:44 [ 646 ] DEBUG : Docker containers for project roottestdatabasedelta-gw1 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:833, print_all_docker_pieces) 2025-07-13 00:51:44 [ 646 ] DEBUG : Docker volumes for project roottestdatabasedelta-gw1 are DRIVER VOLUME NAME (cluster.py:841, print_all_docker_pieces) 2025-07-13 00:51:44 [ 646 ] DEBUG : Cleanup called (cluster.py:846, cleanup) 2025-07-13 00:51:44 [ 646 ] DEBUG : Docker networks for project roottestdatabasedelta-gw1 are NETWORK ID NAME DRIVER SCOPE (cluster.py:825, print_all_docker_pieces) 2025-07-13 00:51:44 [ 646 ] DEBUG : Docker containers for project roottestdatabasedelta-gw1 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:833, print_all_docker_pieces) 2025-07-13 00:51:44 [ 646 ] DEBUG : Docker volumes for project roottestdatabasedelta-gw1 are DRIVER VOLUME NAME (cluster.py:841, print_all_docker_pieces) 2025-07-13 00:51:44 [ 646 ] DEBUG : Command:[docker container list --all --filter name='^/roottestdatabasedelta-gw1-.*-1$' --format '{{.ID}}:{{.Names}}'] (cluster.py:121, run_and_check) 2025-07-13 00:51:44 [ 646 ] DEBUG : Unstopped containers: {} (cluster.py:860, cleanup) 2025-07-13 00:51:44 [ 646 ] DEBUG : No running containers for project: roottestdatabasedelta-gw1 (cluster.py:874, cleanup) 2025-07-13 00:51:44 [ 646 ] DEBUG : Trying to prune unused networks... (cluster.py:880, cleanup) 2025-07-13 00:51:44 [ 646 ] DEBUG : Trying to prune unused images... (cluster.py:896, cleanup) 2025-07-13 00:51:44 [ 646 ] DEBUG : Command:[docker image prune -f] (cluster.py:121, run_and_check) 2025-07-13 00:51:44 [ 646 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:145, run_and_check) 2025-07-13 00:51:44 [ 646 ] DEBUG : Images pruned (cluster.py:899, cleanup) 2025-07-13 00:51:44 [ 646 ] DEBUG : Trying to prune unused volumes... (cluster.py:905, cleanup) 2025-07-13 00:51:44 [ 646 ] DEBUG : Command:[docker volume ls | wc -l] (cluster.py:121, run_and_check) 2025-07-13 00:51:44 [ 646 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2025-07-13 00:51:44 [ 646 ] DEBUG : Volumes pruned: 1 (cluster.py:910, cleanup) 2025-07-13 00:51:44 [ 646 ] DEBUG : Setup directory for instance: node1 (cluster.py:2692, start) 2025-07-13 00:51:44 [ 646 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4536, create_dir) 2025-07-13 00:51:44 [ 646 ] DEBUG : Create directory for common tests configuration (cluster.py:4541, create_dir) 2025-07-13 00:51:44 [ 646 ] DEBUG : Copy common configuration from helpers (cluster.py:4561, create_dir) 2025-07-13 00:51:44 [ 646 ] DEBUG : Generate and write macros file (cluster.py:4613, create_dir) 2025-07-13 00:51:44 [ 646 ] DEBUG : Copy custom test config files [] to /ClickHouse/tests/integration/test_database_delta/_instances-1-gw1/node1/configs/config.d (cluster.py:4649, create_dir) 2025-07-13 00:51:44 [ 646 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_database_delta/_instances-1-gw1/node1/database (cluster.py:4666, create_dir) 2025-07-13 00:51:44 [ 646 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_database_delta/_instances-1-gw1/node1/logs (cluster.py:4677, create_dir) 2025-07-13 00:51:44 [ 646 ] DEBUG : Entrypoint cmd: ["clickhouse", "server", "--config-file=/etc/clickhouse-server/config.xml", "--log-file=/var/log/clickhouse-server/clickhouse-server.log", "--errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log", "--"] (cluster.py:4758, create_dir) 2025-07-13 00:51:44 [ 646 ] DEBUG : Env {'ASAN_OPTIONS': 'use_sigaltstack=0', 'TSAN_OPTIONS': 'use_sigaltstack=0', 'CLICKHOUSE_WATCHDOG_ENABLE': '0', 'CLICKHOUSE_NATS_TLS_SECURE': '0', 'LLVM_PROFILE_FILE': '/var/lib/clickhouse/server_%h_%p_%m.profraw'} stored in /ClickHouse/tests/integration/test_database_delta/_instances-1-gw1/.env (cluster.py:96, _create_env_file) 2025-07-13 00:51:44 [ 646 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2025-07-13 00:51:44 [ 646 ] DEBUG : No config file found (config.py:28, find_config_file) 2025-07-13 00:51:44 [ 646 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2025-07-13 00:51:44 [ 646 ] DEBUG : No config file found (config.py:28, find_config_file) 2025-07-13 00:51:44 [ 646 ] DEBUG : http://localhost:None "GET /version HTTP/1.1" 200 826 (connectionpool.py:547, _make_request) 2025-07-13 00:51:44 [ 646 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_database_delta/_instances-1-gw1/.env --project-name roottestdatabasedelta-gw1 --file /ClickHouse/tests/integration/test_database_delta/_instances-1-gw1/node1/docker-compose.yml pull] (cluster.py:121, run_and_check) 2025-07-13 00:56:44 [ 646 ] INFO : Got exception pulling images: Command '['docker', 'compose', '--env-file', '/ClickHouse/tests/integration/test_database_delta/_instances-1-gw1/.env', '--project-name', 'roottestdatabasedelta-gw1', '--file', '/ClickHouse/tests/integration/test_database_delta/_instances-1-gw1/node1/docker-compose.yml', 'pull']' timed out after 300 seconds (cluster.py:2709, logging_pulling_images) 2025-07-13 00:56:47 [ 646 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_database_delta/_instances-1-gw1/.env --project-name roottestdatabasedelta-gw1 --file /ClickHouse/tests/integration/test_database_delta/_instances-1-gw1/node1/docker-compose.yml pull] (cluster.py:121, run_and_check) 2025-07-13 01:01:47 [ 646 ] INFO : Got exception pulling images: Command '['docker', 'compose', '--env-file', '/ClickHouse/tests/integration/test_database_delta/_instances-1-gw1/.env', '--project-name', 'roottestdatabasedelta-gw1', '--file', '/ClickHouse/tests/integration/test_database_delta/_instances-1-gw1/node1/docker-compose.yml', 'pull']' timed out after 300 seconds (cluster.py:2709, logging_pulling_images) 2025-07-13 01:01:49 [ 646 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_database_delta/_instances-1-gw1/.env --project-name roottestdatabasedelta-gw1 --file /ClickHouse/tests/integration/test_database_delta/_instances-1-gw1/node1/docker-compose.yml pull] (cluster.py:121, run_and_check) 2025-07-13 01:06:44 [ 646 ] DEBUG : Failed to start cluster: (cluster.py:3091, start) 2025-07-13 01:06:44 [ 646 ] DEBUG : Timeout >900.0s (cluster.py:3092, start) 2025-07-13 01:06:44 [ 646 ] DEBUG : Traceback (most recent call last): File "/ClickHouse/tests/integration/helpers/cluster.py", line 2713, in start retry(log_function=logging_pulling_images)(run_and_check, images_pull_cmd) File "/ClickHouse/tests/integration/helpers/retry_decorator.py", line 20, in inner func(*args, **kwargs) File "/ClickHouse/tests/integration/helpers/cluster.py", line 132, in run_and_check res = subprocess.run( File "/usr/lib/python3.10/subprocess.py", line 505, in run stdout, stderr = process.communicate(input, timeout=timeout) File "/usr/lib/python3.10/subprocess.py", line 1154, in communicate stdout, stderr = self._communicate(input, endtime, timeout) File "/usr/lib/python3.10/subprocess.py", line 2021, in _communicate ready = selector.select(timeout) File "/usr/lib/python3.10/selectors.py", line 416, in select fd_event_list = self._selector.poll(timeout) File "/usr/local/lib/python3.10/dist-packages/pytest_timeout.py", line 313, in handler timeout_sigalrm(item, settings) File "/usr/local/lib/python3.10/dist-packages/pytest_timeout.py", line 498, in timeout_sigalrm pytest.fail("Timeout >%ss" % settings.timeout) File "/usr/local/lib/python3.10/dist-packages/_pytest/outcomes.py", line 198, in fail raise Failed(msg=reason, pytrace=pytrace) Failed: Timeout >900.0s (cluster.py:3093, start) 2025-07-13 01:06:44 [ 646 ] WARNING : docker compose up was not called. Trying to export docker.log for running containers (cluster.py:3174, shutdown) 2025-07-13 01:06:44 [ 646 ] DEBUG : Cleanup called (cluster.py:846, cleanup) 2025-07-13 01:06:44 [ 646 ] DEBUG : Docker networks for project roottestdatabasedelta-gw1 are NETWORK ID NAME DRIVER SCOPE (cluster.py:825, print_all_docker_pieces) 2025-07-13 01:06:44 [ 646 ] DEBUG : Docker containers for project roottestdatabasedelta-gw1 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:833, print_all_docker_pieces) 2025-07-13 01:06:44 [ 646 ] DEBUG : Docker volumes for project roottestdatabasedelta-gw1 are DRIVER VOLUME NAME (cluster.py:841, print_all_docker_pieces) 2025-07-13 01:06:44 [ 646 ] DEBUG : Command:[docker container list --all --filter name='^/roottestdatabasedelta-gw1-.*-1$' --format '{{.ID}}:{{.Names}}'] (cluster.py:121, run_and_check) 2025-07-13 01:06:44 [ 646 ] DEBUG : Unstopped containers: {} (cluster.py:860, cleanup) 2025-07-13 01:06:44 [ 646 ] DEBUG : No running containers for project: roottestdatabasedelta-gw1 (cluster.py:874, cleanup) 2025-07-13 01:06:44 [ 646 ] DEBUG : Trying to prune unused networks... (cluster.py:880, cleanup) 2025-07-13 01:06:44 [ 646 ] DEBUG : Trying to prune unused images... (cluster.py:896, cleanup) 2025-07-13 01:06:44 [ 646 ] DEBUG : Command:[docker image prune -f] (cluster.py:121, run_and_check) 2025-07-13 01:06:45 [ 646 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:145, run_and_check) 2025-07-13 01:06:45 [ 646 ] DEBUG : Images pruned (cluster.py:899, cleanup) 2025-07-13 01:06:45 [ 646 ] DEBUG : Trying to prune unused volumes... (cluster.py:905, cleanup) 2025-07-13 01:06:45 [ 646 ] DEBUG : Command:[docker volume ls | wc -l] (cluster.py:121, run_and_check) 2025-07-13 01:06:45 [ 646 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2025-07-13 01:06:45 [ 646 ] DEBUG : Volumes pruned: 1 (cluster.py:910, cleanup) 2025-07-13 01:06:45 [ 646 ] WARNING : docker compose up was not called. Trying to export docker.log for running containers (cluster.py:3174, shutdown) 2025-07-13 01:06:45 [ 646 ] DEBUG : Cleanup called (cluster.py:846, cleanup) 2025-07-13 01:06:45 [ 646 ] DEBUG : Docker networks for project roottestdatabasedelta-gw1 are NETWORK ID NAME DRIVER SCOPE (cluster.py:825, print_all_docker_pieces) 2025-07-13 01:06:45 [ 646 ] DEBUG : Docker containers for project roottestdatabasedelta-gw1 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:833, print_all_docker_pieces) 2025-07-13 01:06:45 [ 646 ] DEBUG : Docker volumes for project roottestdatabasedelta-gw1 are DRIVER VOLUME NAME (cluster.py:841, print_all_docker_pieces) 2025-07-13 01:06:45 [ 646 ] DEBUG : Command:[docker container list --all --filter name='^/roottestdatabasedelta-gw1-.*-1$' --format '{{.ID}}:{{.Names}}'] (cluster.py:121, run_and_check) 2025-07-13 01:06:45 [ 646 ] DEBUG : Unstopped containers: {} (cluster.py:860, cleanup) 2025-07-13 01:06:45 [ 646 ] DEBUG : No running containers for project: roottestdatabasedelta-gw1 (cluster.py:874, cleanup) 2025-07-13 01:06:45 [ 646 ] DEBUG : Trying to prune unused networks... (cluster.py:880, cleanup) 2025-07-13 01:06:45 [ 646 ] DEBUG : Trying to prune unused images... (cluster.py:896, cleanup) 2025-07-13 01:06:45 [ 646 ] DEBUG : Command:[docker image prune -f] (cluster.py:121, run_and_check) 2025-07-13 01:06:45 [ 646 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:145, run_and_check) 2025-07-13 01:06:45 [ 646 ] DEBUG : Images pruned (cluster.py:899, cleanup) 2025-07-13 01:06:45 [ 646 ] DEBUG : Trying to prune unused volumes... (cluster.py:905, cleanup) 2025-07-13 01:06:45 [ 646 ] DEBUG : Command:[docker volume ls | wc -l] (cluster.py:121, run_and_check) 2025-07-13 01:06:45 [ 646 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2025-07-13 01:06:45 [ 646 ] DEBUG : Volumes pruned: 1 (cluster.py:910, cleanup) _____________ ERROR at setup of test_embedded_database_and_tables ______________ [gw1] linux -- Python 3.10.12 /usr/bin/python3 @pytest.fixture(scope="module") def started_cluster(): try: cluster = ClickHouseCluster(__file__) cluster.add_instance( "node1", main_configs=[], user_configs=[], image="clickhouse/integration-test-with-unity-catalog", with_installed_binary=False, tag=os.environ.get("DOCKER_BASE_WITH_UNITY_CATALOG_TAG", "latest") ) logging.info("Starting cluster...") > cluster.start() test_database_delta/test.py:43: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ helpers/cluster.py:2713: in start retry(log_function=logging_pulling_images)(run_and_check, images_pull_cmd) helpers/retry_decorator.py:20: in inner func(*args, **kwargs) helpers/cluster.py:132: in run_and_check res = subprocess.run( /usr/lib/python3.10/subprocess.py:505: in run stdout, stderr = process.communicate(input, timeout=timeout) /usr/lib/python3.10/subprocess.py:1154: in communicate stdout, stderr = self._communicate(input, endtime, timeout) /usr/lib/python3.10/subprocess.py:2021: in _communicate ready = selector.select(timeout) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , timeout = 15915 def select(self, timeout=None): # This is shared between poll() and epoll(). # epoll() has a different signature and handling of timeout parameter. if timeout is None: timeout = None elif timeout <= 0: timeout = 0 else: # poll() has a resolution of 1 millisecond, round away from # zero to wait *at least* timeout seconds. timeout = math.ceil(timeout * 1e3) ready = [] try: > fd_event_list = self._selector.poll(timeout) E Failed: Timeout >900.0s /usr/lib/python3.10/selectors.py:416: Failed ________________ ERROR at setup of test_multiple_schemes_tables ________________ [gw1] linux -- Python 3.10.12 /usr/bin/python3 @pytest.fixture(scope="module") def started_cluster(): try: cluster = ClickHouseCluster(__file__) cluster.add_instance( "node1", main_configs=[], user_configs=[], image="clickhouse/integration-test-with-unity-catalog", with_installed_binary=False, tag=os.environ.get("DOCKER_BASE_WITH_UNITY_CATALOG_TAG", "latest") ) logging.info("Starting cluster...") > cluster.start() test_database_delta/test.py:43: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ helpers/cluster.py:2713: in start retry(log_function=logging_pulling_images)(run_and_check, images_pull_cmd) helpers/retry_decorator.py:20: in inner func(*args, **kwargs) helpers/cluster.py:132: in run_and_check res = subprocess.run( /usr/lib/python3.10/subprocess.py:505: in run stdout, stderr = process.communicate(input, timeout=timeout) /usr/lib/python3.10/subprocess.py:1154: in communicate stdout, stderr = self._communicate(input, endtime, timeout) /usr/lib/python3.10/subprocess.py:2021: in _communicate ready = selector.select(timeout) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , timeout = 15915 def select(self, timeout=None): # This is shared between poll() and epoll(). # epoll() has a different signature and handling of timeout parameter. if timeout is None: timeout = None elif timeout <= 0: timeout = 0 else: # poll() has a resolution of 1 millisecond, round away from # zero to wait *at least* timeout seconds. timeout = math.ceil(timeout * 1e3) ready = [] try: > fd_event_list = self._selector.poll(timeout) E Failed: Timeout >900.0s /usr/lib/python3.10/selectors.py:416: Failed ----------------- generated report log file: parallel0_1.jsonl ----------------- ============================== slowest durations =============================== 900.95s setup test_database_delta/test.py::test_complex_table_schema 0.00s teardown test_database_delta/test.py::test_complex_table_schema 0.00s setup test_database_delta/test.py::test_embedded_database_and_tables 0.00s teardown test_database_delta/test.py::test_multiple_schemes_tables 0.00s teardown test_database_delta/test.py::test_embedded_database_and_tables 0.00s setup test_database_delta/test.py::test_multiple_schemes_tables =========================== short test summary info ============================ ERROR test_database_delta/test.py::test_complex_table_schema - Failed: Timeou... ERROR test_database_delta/test.py::test_embedded_database_and_tables - Failed... ERROR test_database_delta/test.py::test_multiple_schemes_tables - Failed: Tim... ======================== 3 errors in 903.44s (0:15:03) ========================= Traceback (most recent call last): File "/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration/./runner", line 492, in subprocess.check_call(cmd, shell=True, bufsize=0) File "/usr/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'docker run --rm --name clickhouse_integration_tests_bjzfb7 --privileged --dns-search='.' --memory=30709030912 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=5dc43a6382f0 -e DOCKER_BASE_TAG=5ccda723c1fc -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=d862517635bf -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS="--dist=loadfile -n 10 -rfEps --run-id=1 --color=no --durations=0 --report-log=parallel0_1.jsonl --report-log-exclude-logs-on-passed-tests test_database_delta/test.py::test_complex_table_schema test_database_delta/test.py::test_embedded_database_and_tables test_database_delta/test.py::test_multiple_schemes_tables -vvv " altinityinfra/integration-tests-runner:ad96270260ff ' returned non-zero exit status 1.